home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / BCB.TOC (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-02-13  |  21KB  |  396 lines

  1. :Base BCB.HLP
  2. 0 Borland C++Builder User's Guide
  3. 1 Getting started
  4. 2 First look=FirstlkFirstLook
  5. 2 Starting C++Builder=FirstlkStartingC++Builder
  6. 2 Accessing commands fast=FirstlkAccessingCommandsFast
  7. 2 Displaying commands in context=FirstlkDisplayingCommandsInContext
  8. 2 Designing applications=FirstlkDesigningApplications
  9. 2 Creating the application interface=FirstlkCreatingTheApplicationInterface
  10. 2 Adding components=FirstlkAddingComponents
  11. 2 Changing component behavior=FirstlkChangingComponentBehavior
  12. 2 Designing menus=FirstlkDesigningMenus
  13. 2 Developing applications=FirstlkDevelopingApplications
  14. 2 Editing code=FirstlkEditingCode
  15. 2 Managing project files=FirstlkManagingProjectFiles
  16. 2 Storing application objects=FirstlkStoringApplicationObjects
  17. 2 Using the online Help system=FirstlkUsingTheOnlineHelpSystem
  18. 2 Getting Help=FirstlkGettingHelp
  19. 2 Displaying online information=FirstlkDisplayingOnlineInformation
  20. 2 Displaying context-sensitive information=FirstlkDisplayingContextSensitiveInformation
  21. 2 Customizing Help=FirstlkCustomizingHelp
  22. 2 Writing database applications=FirstlkWritingDatabaseApplications
  23. 2 Compiling and running applications=FirstlkCompilingAndRunningApplications
  24. 2 Debugging applications=FirstlkDebuggingApplications
  25. 2 Deploying applications=FirstlkDeployingApplications
  26. 1 Using the Borland C++Builder IDE
  27. 2 Form editor
  28. 3 Using the Form editor=FormEditor
  29. 3 Opening a context menu=OpeningAcontext menu
  30. 2 Code editor
  31. 3 Using the Code editor=UseCodeWindow
  32. 3 Code editor Window=CEWindow
  33. 3 Behind the scenes in the Code editor=CEBehindtheScenes
  34. 3 Getting Help in the Code editor=CEHelp
  35. 3 Viewing pages in the Code editor Window=CEViewingPages
  36. 2 Menus
  37. 3 File menu=IDH_MFile
  38. 3 Edit menu=IDH_MEdit
  39. 3 Search menu=IDH_MSearch
  40. 3 View menu=IDH_MView
  41. 3 Project menu=IDH_MProject
  42. 3 Run menu=IDH_MRun
  43. 3 Component menu=IDH_MComponent
  44. 3 Database menu=IDH_MDatabase
  45. 3 Workgroups menu=IDH_MWPVCS
  46. 3 Tools menu=IDH_MTools
  47. 3 Options menu=IDH_MOptions
  48. 3 Help menu=IDH_MHelp
  49. 2 Search options
  50. 3 Regular expressions=IDH_RegularExpressions
  51. 3 Brief regular expressions=BRIEFRegularExpressions
  52. 2 ToolBar
  53. 3 About the ToolBar=BToolbar
  54. 2 Using the Component palette
  55. 3 About the Component palette=IDH_BComponentPalette
  56. 3 Customizing the Component palette=CustomizingTheIDE
  57. 3 Saving a customized Component palette=SavingaCustomizedComponentPalette
  58. 3 Rearranging Component palette pages=RearrangingComponentpalettepages
  59. 3 Rearranging components on the Component palette=RearrangingcomponentsontheComponentpalette
  60. 3 Moving a component to a different Component palette page=MovingacomponenttoadifferentComponentpalettepage
  61. 3 Renaming Component palette pages=RenamingaComponentpalettepage
  62. 3 Adding pages to the Component palette=AddingpagestotheComponentpalette
  63. 3 Removing pages from the Component palette=RemovingpagesfromtheComponentpalette
  64. 3 Removing components from the Component palette=RemovingcomponentsfromtheComponentpalette
  65. 2 Using the Object Inspector
  66. 3 Introducing the Object Inspector=IDH_ObjectInspector
  67. 2 Using the Object Repository
  68. 3 Introducing the Object Repository=AboutTheObjectRepository
  69. 3 Object Repository usage options=ObjectRepositoryUsageOptions
  70. 3 Using project templates from the Object Repository=ProjMgrUsingProjectTemplates
  71. 3 Customizing defaults in the Object Repository=CustomizingTheObjectRepository
  72. 3 Using the Object Repository in a shared development environment=ProjmgrUsingTheObjectRepositoryInASharedEnvironment
  73. 2 Using the Alignment Palette
  74. 3 Alignment palette=IDH_AlignmentPalette
  75. 1 Creating and managing projects
  76. 2 Creating and managing projects=ProjmgrCreatingAndManagingProjects
  77. 2 What is a C++Builder project?=ProjmgrWhatIsAC++BuilderProject
  78. 2 Details about project files
  79. 3 C++Builder project files=ProjmgrC++BuilderProjectFiles
  80. 3 Project files=ProjmgrProjectFiles
  81. 3 Project1.CPP=ProjmgrProject1Cpp
  82. 3 Project1.MAK=ProjmgrProject1Mak
  83. 3 Project1.RES=ProjmgrProject1Res
  84. 3 Form files=ProjmgrFormFiles
  85. 3 Unit1.DFM=ProjmgrUnit1Dfm
  86. 3 Unit1.CPP and Unit1.h=ProjmgrUnit1CPPAndUnit1H
  87. 3 Unit files=ProjmgrUnitFiles
  88. 3 Desktop file=ProjmgrDesktopFile
  89. 3 About form and unit files=ProjmgrAboutFormAndUnitFiles
  90. 3 Unit files for forms=ProjmgrUnitFilesForForms
  91. 3 Standalone unit files=ProjmgrStandaloneUnitFiles
  92. 2 Saving and naming files
  93. 3 Saving and naming C++Builder files=ProjmgrSavingAndNamingC++BuilderFiles
  94. 3 Saving all open project files=ProjmgrSavingAllOpenProjectFiles
  95. 3 Saving a new project=ProjmgrSavingANewProject
  96. 3 Naming unit files=ProjmgrNamingUnitFiles
  97. 3 Naming project files=ProjmgrNamingProjectFiles
  98. 3 Saving an existing project=ProjmgrSavingAnExistingProject
  99. 3 Saving individual project files=ProjmgrSavingIndividualProjectFiles
  100. 3 Changing a file name=ProjmgrChangingAFileName
  101. 3 Removing files from a project=ProjmgrRemovingFilesFromAProject
  102. 3 Copying a project=ProjmgrCopyingAProject
  103. 3 Backing up a project=ProjmgrBackingUpAProject
  104. 3 Viewing project files=ProjmgrViewingProjectFiles
  105. 2 About the Project Manger
  106. 3 Using the Project Manager=ProjmgrUsingTheProjectManager
  107. 3 Project Manager file list=ProjmgrProjectManagerFileList
  108. 3 Project Manager toolbar=ProjmgrProjectManagerToolbar
  109. 3 Project Manager status bar=ProjmgrProjectManagerStatusBar
  110. 3 Project Manager context menu=ProjmgrProjectManagerContextMenu
  111. 3 Integrating forms and units into a project=ProjmgrIntegratingFormsAndUnitsIntoAProject
  112. 3 Adding form and unit files=ProjmgrAddingFormAndUnitFiles
  113. 3 Sharing files from other projects or directories=ProjmgrSharingFilesFromOtherProjectsOrDirectories
  114. 3 Using Borland C++, C, or Pascal source code units=ProjmgrUsingBorlandC++COrPascalSourceCodeUnits
  115. 3 Using the Project Manager to view forms and units=ProjmgrUsingTheProjectManagerToViewFormsAndUnits
  116. 3 Navigating among project components=ProjmgrNavigatingAmongProjectComponents
  117. 3 Bringing a window to the front=ProjmgrBringingAWindowToTheFront
  118. 2 About the Object Repository
  119. 3 Using the Object Repository=ProjmgrUsingTheObjectRepository
  120. 3 About the Object Repository=ProjmgrAboutTheObjectRepository
  121. 3 Sharing objects across projects=ProjmgrSharingObjectsAcrossProjects
  122. 3 Sharing forms within projects=ProjmgrSharingFormsWithinProjects
  123. 3 Sharing entire projects=ProjmgrSharingEntireProjects
  124. 3 Using wizards=ProjmgrUsingWizards
  125. 3 Using Object Repository items=ProjmgrUsingObjectRepositoryItems
  126. 3 Copying items from the Object Repository=ProjmgrCopyingItemsFromTheObjectRepository
  127. 3 Inheriting items from the Object Repository=ProjmgrInheritingItemsFromTheObjectRepository
  128. 3 Using items directly from the Object Repository=ProjmgrUsingItemsDirectlyFromTheObjectRepository
  129. 3 Using project templates=ProjmgrUsingProjectTemplates
  130. 3 Adding projects to the Object Repository=ProjmgrAddingProjectsToTheObjectRepository
  131. 3 Saving form templates=ProjmgrSavingFormTemplates
  132. 3 Customizing the Object Repository=ProjmgrCustomizingTheObjectRepository
  133. 3 Specifying a default new project=ProjmgrSpecifyingADefaultNewProject
  134. 3 Specifying a default new form=ProjmgrSpecifyingADefaultNewForm
  135. 3 Specifying the default main form=ProjmgrSpecifyingTheDefaultMainForm
  136. 3 Using the Object Repository in a shared environment=ProjmgrUsingTheObjectRepositoryInASharedEnvironment
  137. 1 Creating forms
  138. 2 Creating forms=FormsCreatingForms
  139. 2 Creating a C++Builder application=FormsCreatingAC++BuilderApplication
  140. 2 What are forms?=FormsWhatAreForms
  141. 2 What are components?=FormsWhatAreComponents
  142. 2 Creating a form=FormsCreatingAForm
  143. 2 Placing components on a form=FormsPlacingComponentsOnAForm
  144. 2 Understanding components
  145. 3 Understanding components=FormsUnderstandingComponents
  146. 3 Component hierarchy=FormsComponentHierarchy
  147. 3 What components do=FormsWhatComponentsDo
  148. 3 C++Builder component groupings=FormsC++BuilderComponentGroupings
  149. 3 Common component elements=FormsCommonComponentElements
  150. 3 Naming components used in your application=FormsNamingComponentsUsedInYourApplication
  151. 3 Changing the name of a component=FormsChangingTheNameOfAComponent
  152. 2 Using components
  153. 3 Manipulating components in forms=FormsManipulatingComponentsInForms
  154. 3 Adding components to a form=FormsAddingComponentsToAForm
  155. 3 Adding components in a specific location=FormsAddingComponentsInASpecificLocation
  156. 3 Adding multiple copies of a component=FormsAddingMultipleCopiesOfAC